home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Oct⁄Nov 88 / Re- MacApp MakeFiles ⁄ 11.10.88 < prev    next >
Encoding:
Text File  |  1991-03-06  |  701 b   |  29 lines  |  [TEXT/GEOL]

  1. Item    2282537                         10-Nov-88        10:43
  2.  
  3. From:   ROSENSTEIN1                     Rosenstein, Larry
  4.  
  5. To:     PASCOE1                         Pascoe, Geoff
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    re MacApp Makefiles
  10.  
  11. Here's a possible way, which I haven't tried out fully yet.
  12.  
  13. Create your own build script that does:
  14.  
  15.     begin
  16.         set oldAlias "`(alias pascal || echo unalias pascal)`"
  17.     end ≥ dev:null
  18.     alias pascal pascal -mc68020 -i ...
  19.     MABuild {"Parameters"}
  20.     {oldAlias}
  21.  
  22. Then call this shell script instead of MABuild.  It aliases the pascal command,
  23. calls MABuild, and then restores the original alias (if any).
  24.  
  25. Larry
  26.  
  27.  
  28.  
  29.